Cody Russell [Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)]
Fix memory leak, and fix two instances where a GtkRequisition and a
2007-10-08 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)
svn path=/trunk/; revision=18893
Cody Russell [Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)]
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
2007-10-08 Cody Russell <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)
svn path=/trunk/; revision=18892
Kristian Rietveld [Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)]
don't "corrupt" all iterators by reversing the list after adding the
2007-10-08 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items. Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).
svn path=/trunk/; revision=18891
Kristian Rietveld [Mon, 8 Oct 2007 12:39:02 +0000 (12:39 +0000)]
Fix #482841, patch by Karl Tomlinson.
2007-10-08 Kristian Rietveld <kris@imendio.com>
Fix #482841, patch by Karl Tomlinson.
* gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
instead of g_object_set ...
(_gtk_tooltip_toggle_keyboard_mode),
(_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
creating tooltip.
svn path=/trunk/; revision=18890
Matthias Clasen [Sun, 7 Oct 2007 18:22:39 +0000 (18:22 +0000)]
Don't hardcode echo -n
svn path=/trunk/; revision=18889
Matthias Clasen [Sun, 7 Oct 2007 18:17:41 +0000 (18:17 +0000)]
Fix some live cycle issues
svn path=/trunk/; revision=18888
Matthias Clasen [Sun, 7 Oct 2007 16:14:10 +0000 (16:14 +0000)]
Add a little more docs
svn path=/trunk/; revision=18887
Murray Cumming [Fri, 5 Oct 2007 08:18:43 +0000 (08:18 +0000)]
Revert the change on 2007-04-29 (Also check the default handler when
2007-10-05 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkprintoperation.c: (print_pages_idle):
Revert the change on 2007-04-29 (Also check
the default handler when deciding whether to emit the
paginate signal. (#345345, Yevgen Muntyan)).
This stopped printing from working in gtkmm, and is apparently
not appropriate anyway. Bug #482089.
svn path=/trunk/; revision=18885
Hiroyuki Ikezoe [Fri, 5 Oct 2007 03:08:55 +0000 (03:08 +0000)]
Use g_object_ref() instead of gtk_widget_ref(). (#483563)
2007-10-05 Hiroyuki Ikezoe <poincare@ikezoe.net>
* gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
(#483563)
svn path=/trunk/; revision=18884
Emmanuele Bassi [Thu, 4 Oct 2007 22:52:13 +0000 (22:52 +0000)]
Iterate on the proxies we hold when we change the sorting function and the
2007-10-04 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentaction.c:
(gtk_recent_action_set_sort_func), (set_current_filter): Iterate
on the proxies we hold when we change the sorting function and
the filter.
(gtk_recent_action_connect_proxy),
(gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
property when we create/connect a proxy chooser. Thanks to
Jonh Wendell for pointing this bug out on gtk-list.
(gtk_recent_chooser_set_property): Bail out without iterating
over the proxies when there's no need to.
svn path=/trunk/; revision=18883
Luca Ferretti [Thu, 4 Oct 2007 14:07:31 +0000 (14:07 +0000)]
Updated Italian translation.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18882
Matthias Clasen [Thu, 4 Oct 2007 12:52:46 +0000 (12:52 +0000)]
Add a second volume button.
2007-10-04 Matthias Clasen <mclasen@redhat.com>
* tests/testvolumebutton.c: Add a second volume button.
* gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
(#478371, reported by Bill Nottingham)
svn path=/trunk/; revision=18881
Loïc Minier [Thu, 4 Oct 2007 07:40:55 +0000 (07:40 +0000)]
Fix warnings and display of modified date / time in filechooser for some
2007-10-04 Loïc Minier <lool@dooz.org>
* gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
and display of modified date / time in filechooser for some locales as
it was missing a locale to UTF-8 conversion. Fixes #482504.
svn path=/trunk/; revision=18880
Luca Ferretti [Thu, 4 Oct 2007 07:10:59 +0000 (07:10 +0000)]
Added EURO sign to font preview text.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Added EURO sign to font preview text.
svn path=/trunk/; revision=18879
Xan Lopez [Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)]
remove duplicated declaration of gtk_notebook_create_window. Patch by
2007-10-03 Xan Lopez <xan@gnome.org>
* gtk/gtknotebook.c: remove duplicated declaration of
gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)
svn path=/trunk/; revision=18878
Yannig MARCHEGAY [Wed, 3 Oct 2007 16:31:58 +0000 (16:31 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18877
Luca Ferretti [Tue, 2 Oct 2007 20:45:50 +0000 (20:45 +0000)]
Updated Italian translation.
2007-10-02 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18876
Richard Hult [Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)]
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):
2007-10-02 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.
svn path=/trunk/; revision=18875
Federico Mena Quintero [Tue, 2 Oct 2007 15:50:27 +0000 (15:50 +0000)]
455284 - Focus or toggle location entry
2007-10-02 Federico Mena Quintero <federico@novell.com>
Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
chooser, Ctrl-L should switch to the location entry. If we are
already on the location entry, turn it off. Based on a patch by
Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
Bolsterlee.
* gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
location_mode_set() directly instead of using toggle_location_mode().
(toggle_location_mode): Removed.
(location_toggle_popup_handler): If the file entry is not visible,
show it. If it is visible, turn it off only if it is focused.
Otherwise, switch to the entry.
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=18874
Tim Janik [Mon, 1 Oct 2007 18:26:45 +0000 (18:26 +0000)]
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
svn path=/trunk/; revision=18873
20:21:28 Tim Janik [Mon, 1 Oct 2007 18:21:54 +0000 (18:21 +0000)]
reworded push_in description with Owen's help, fixes bug #482034.
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
help, fixes bug #482034.
svn path=/trunk/; revision=18872
Kristian Rietveld [Mon, 1 Oct 2007 09:04:57 +0000 (09:04 +0000)]
fix up if-condition to only set the true arrow type if show_sort_indicator
2007-10-01 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
fix up if-condition to only set the true arrow type if
show_sort_indicator is TRUE. (#448343, reported by Emil Nowak).
svn path=/trunk/; revision=18871
Luca Ferretti [Sat, 29 Sep 2007 09:39:48 +0000 (09:39 +0000)]
Updated Italian translation
2007-09-29 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation
svn path=/trunk/; revision=18870
Changwoo Ryu [Sat, 29 Sep 2007 08:31:29 +0000 (08:31 +0000)]
Updated Korean translation.
2007-09-29 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18869
Luca Ferretti [Thu, 27 Sep 2007 13:00:34 +0000 (13:00 +0000)]
Updated Italian translation fixing some access keys
2007-09-27 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation fixing some access keys
svn path=/trunk/; revision=18868
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:05:49 +0000 (17:05 +0000)]
svn path=/trunk/; revision=18867
svn path=/trunk/; revision=18867
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:02:33 +0000 (17:02 +0000)]
svn path=/trunk/; revision=18866
svn path=/trunk/; revision=18866
Emmanuele Bassi [Tue, 25 Sep 2007 20:59:15 +0000 (20:59 +0000)]
Fixes for bug #480123.
2007-09-25 Emmanuele Bassi <ebassi@gnome.org>
Fixes for bug #480123.
* gtk/gtksearchenginesimple.c:
(gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
the file tree walking thread when disposing the search engine
implementation.
* gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
stop the search engine implementation when stopping the search,
instead of just unreffing the object.
svn path=/trunk/; revision=18865
Kristian Rietveld [Mon, 24 Sep 2007 18:23:01 +0000 (18:23 +0000)]
add extra NULL check for tooltipsdata to avoid code fiddling with
2007-09-24 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
for tooltipsdata to avoid code fiddling with active_tips_data
from crashing. (Fixes #460194, Peter Wright, Matthijs De Smedt).
svn path=/trunk/; revision=18864
Matic Žgur [Mon, 24 Sep 2007 17:13:40 +0000 (17:13 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18863
Matthias Clasen [Mon, 24 Sep 2007 17:12:33 +0000 (17:12 +0000)]
correct a comment
svn path=/trunk/; revision=18862
Matic Žgur [Mon, 24 Sep 2007 17:11:37 +0000 (17:11 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18861
Tor Lillqvist [Mon, 24 Sep 2007 13:45:40 +0000 (13:45 +0000)]
Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.
2007-09-24 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
GtkWin32EmbedWidget we create here as modal. Fixes #389358.
svn path=/trunk/; revision=18860
Vincent van Adrighem [Sun, 23 Sep 2007 16:38:01 +0000 (16:38 +0000)]
Translation updated by Tino Meinen.
2007-09-23 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18859
Takeshi AIHANA [Sun, 23 Sep 2007 01:59:58 +0000 (01:59 +0000)]
Fixed wrong translation.
2007-09-23 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed wrong translation.
svn path=/trunk/; revision=18858
Ihar Hrachyshka [Sat, 22 Sep 2007 15:30:06 +0000 (15:30 +0000)]
Updated Belarusian Latin translations.
svn path=/trunk/; revision=18857
Changwoo Ryu [Sat, 22 Sep 2007 07:03:05 +0000 (07:03 +0000)]
Updated Korean translation.
2007-09-22 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18856
Manish Singh [Fri, 21 Sep 2007 21:14:56 +0000 (21:14 +0000)]
gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead
2007-09-21 Manish Singh <yosh@gimp.org>
* gtk/gtkstyle.c (option_menu_get_props)
* gtk/gtkoptionmenu.c (gtk_option_menu_get_props): use
gtk_requisition_free() instead of g_free() for freeing
requisitions.
svn path=/trunk/; revision=18855
Matthias Clasen [Fri, 21 Sep 2007 15:38:29 +0000 (15:38 +0000)]
Some more fixed to prevent segfaults with missing or nonsensical ranges.
2007-09-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.c (print_pages_idle): Some more
fixed to prevent segfaults with missing or nonsensical ranges.
svn path=/trunk/; revision=18854
Jean Brefort [Fri, 21 Sep 2007 14:50:06 +0000 (14:50 +0000)]
abort printing when the range is NULL. (#478803)
2007-09-21 Jean Brefort <jean.brefort@normalesup.org>
* gtk/gtkprintoperation.c: (print_pages_idle): abort printing
when the range is NULL. (#478803)
svn path=/trunk/; revision=18853
Michael Natterer [Fri, 21 Sep 2007 14:29:59 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also
2007-09-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)
svn path=/trunk/; revision=18852
Michael Natterer [Fri, 21 Sep 2007 14:29:08 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also
2007-09-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)
svn path=/trunk/; revision=18851
Matthias Clasen [Fri, 21 Sep 2007 14:19:19 +0000 (14:19 +0000)]
Forgotten file
svn path=/trunk/; revision=18850
Matthias Clasen [Fri, 21 Sep 2007 14:17:53 +0000 (14:17 +0000)]
Remove trailing commas
svn path=/trunk/; revision=18849
Cody Russell [Thu, 20 Sep 2007 16:51:16 +0000 (16:51 +0000)]
Override draw_layout method in GtkStyle in order to adjust by 2 pixels any
2007-09-20 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c: Override draw_layout
method in GtkStyle in order to adjust by 2 pixels any labels
that are in GtkNotebook tabs using XP theme, so that they appear
correctly centered. (#478637)
svn path=/trunk/; revision=18848
Michael Terry [Wed, 19 Sep 2007 00:12:14 +0000 (00:12 +0000)]
Add partial Ido (io) translation
svn path=/trunk/; revision=18847
Emmanuele Bassi [Tue, 18 Sep 2007 21:48:01 +0000 (21:48 +0000)]
Search libtrackerclient.so.0 as libtracker changed the shared library
2007-09-18 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtksearchenginetracker.c: Search libtrackerclient.so.0
as libtracker changed the shared library name. (#478173,
Michael Kuhn)
svn path=/trunk/; revision=18846
Luca Ferretti [Tue, 18 Sep 2007 07:39:43 +0000 (07:39 +0000)]
Updated Italian translation.
2007-09-18 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18845
Luca Ferretti [Tue, 18 Sep 2007 07:29:41 +0000 (07:29 +0000)]
Updated Italian translation.
2007-09-18 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18844
Yang Zhang [Tue, 18 Sep 2007 06:28:23 +0000 (06:28 +0000)]
Updated zh_CN translation from WangJian
svn path=/trunk/; revision=18843
Hans Breuer [Mon, 17 Sep 2007 19:53:54 +0000 (19:53 +0000)]
svn path=/trunk/; revision=18842
svn path=/trunk/; revision=18842
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:51:07 +0000 (19:51 +0000)]
Updated Catalan translation.
svn path=/trunk/; revision=18841
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:02:52 +0000 (19:02 +0000)]
Updated Catalan translation.
svn path=/trunk/; revision=18840
Djihed Afifi [Mon, 17 Sep 2007 16:37:54 +0000 (16:37 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=18839
Gintautas Miliauskas [Mon, 17 Sep 2007 09:40:56 +0000 (09:40 +0000)]
Updated Lithuanian translation.
2007-09-17 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=18838
Pramod Raghavendra [Mon, 17 Sep 2007 07:50:04 +0000 (07:50 +0000)]
updated (again) kn translations
svn path=/trunk/; revision=18837
Pramod Raghavendra [Mon, 17 Sep 2007 07:48:27 +0000 (07:48 +0000)]
updated kn translations
svn path=/trunk/; revision=18836
Amitakhya Phukan [Mon, 17 Sep 2007 07:01:09 +0000 (07:01 +0000)]
Updated assamese translations
svn path=/trunk/; revision=18835
Mugurel Tudor [Sat, 15 Sep 2007 18:46:07 +0000 (18:46 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-09-15 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro>
svn path=/trunk/; revision=18834
Artur Flinta [Sat, 15 Sep 2007 18:01:09 +0000 (18:01 +0000)]
Updated Polish translation by GNOME PL Team.
2007-09-15 Artur Flinta <aflinta@svn.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=18833
Inaki Larranaga Murgoitio [Sat, 15 Sep 2007 17:42:21 +0000 (17:42 +0000)]
Updated Basque translation.
2007-09-15 Inaki Larranaga Murgoitio <dooteo@zundan.com>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=18832
Michael Natterer [Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)]
don't simply crash if any of the pointer args are NULL. Instead,
2007-09-15 Michael Natterer <mitch@imendio.com>
* gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
any of the pointer args are NULL. Instead, g_return_if_fail() on
"list != NULL" and allow to pass NULL as return location for "info".
svn path=/trunk/; revision=18831
Takeshi AIHANA [Sat, 15 Sep 2007 09:11:36 +0000 (09:11 +0000)]
Updated Japanese translation.
2007-09-15 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=18830
Takeshi AIHANA [Sat, 15 Sep 2007 09:10:18 +0000 (09:10 +0000)]
Updated Japanese translation.
2007-09-15 Takeshi AIHANA <takehsi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=18829
Vladimer Sichinava [Fri, 14 Sep 2007 12:14:40 +0000 (12:14 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=18828
Vladimer Sichinava [Fri, 14 Sep 2007 12:01:11 +0000 (12:01 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=18827
Emmanuele Bassi [Fri, 14 Sep 2007 09:51:34 +0000 (09:51 +0000)]
Remove the warning for the "select-multiple" property getter. (#476686,
2007-09-14 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentaction.c:
* gtk/gtkrecentchoosermenu.c: Remove the warning for the
"select-multiple" property getter. (#476686, Christian Persch)
svn path=/trunk/; revision=18826
Michael Natterer [Fri, 14 Sep 2007 09:17:59 +0000 (09:17 +0000)]
no need to get the list of menubars twice.
2007-09-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenubar.c (remove_from_window): no need to get the list
of menubars twice.
Some minor stylistic and indentation fixes.
svn path=/trunk/; revision=18825
Matthias Clasen [Fri, 14 Sep 2007 02:11:35 +0000 (02:11 +0000)]
Add bug ref
svn path=/trunk/; revision=18824
Matthias Clasen [Fri, 14 Sep 2007 02:11:01 +0000 (02:11 +0000)]
Turn off icon cache validation by default
svn path=/trunk/; revision=18823
Matthias Clasen [Fri, 14 Sep 2007 01:01:59 +0000 (01:01 +0000)]
Bump version
svn path=/trunk/; revision=18822
Matthias Clasen [Fri, 14 Sep 2007 00:56:57 +0000 (00:56 +0000)]
2.12.0
svn path=/trunk/; revision=18820
Kristian Rietveld [Thu, 13 Sep 2007 22:39:47 +0000 (22:39 +0000)]
the tooltip-column property getter needs to set an integer, not a boolean.
2007-09-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_get_property): the tooltip-column
property getter needs to set an integer, not a boolean. (#476689,
spotted and patch by Christian Persch).
svn path=/trunk/; revision=18818
Kristian Rietveld [Thu, 13 Sep 2007 22:37:02 +0000 (22:37 +0000)]
implement getter for keycode property. (#476665, patch by Christian
2007-09-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellrendereraccel.c (gtk_cell_renderer_accel_get_property):
implement getter for keycode property. (#476665, patch by
Christian Persch).
svn path=/trunk/; revision=18817
Matthias Clasen [Thu, 13 Sep 2007 21:25:48 +0000 (21:25 +0000)]
Fix the value type
svn path=/trunk/; revision=18816
Matthias Clasen [Thu, 13 Sep 2007 20:39:24 +0000 (20:39 +0000)]
Bump version to 2.12.0
svn path=/trunk/; revision=18815
Matthias Clasen [Thu, 13 Sep 2007 20:26:58 +0000 (20:26 +0000)]
Updates
svn path=/trunk/; revision=18814
Kjartan Maraas [Thu, 13 Sep 2007 18:18:40 +0000 (18:18 +0000)]
Fix string msgids so my typo fix doesn't interfere with the stats
svn path=/trunk/; revision=18813
Kristian Rietveld [Thu, 13 Sep 2007 14:15:40 +0000 (14:15 +0000)]
if cell is set, always pass in path to gtk_tree_view_get_cell_area()
2007-09-13 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_set_toooltip_cell): if cell
is set, always pass in path to gtk_tree_view_get_cell_area() whether
it is NULL or set. Added explanatory comment and added this
side case to the API documentation.
svn path=/trunk/; revision=18812
Gabor Kelemen [Thu, 13 Sep 2007 12:23:21 +0000 (12:23 +0000)]
Translation updated.
2007-09-13 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=18811
Duarte Loreto [Thu, 13 Sep 2007 08:01:32 +0000 (08:01 +0000)]
Updated Portuguese translation.
2007-09-13 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=18810
Mugurel Tudor [Thu, 13 Sep 2007 07:40:28 +0000 (07:40 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-09-13 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro>
svn path=/trunk/; revision=18809
Ilkka Tuohela [Thu, 13 Sep 2007 06:23:24 +0000 (06:23 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=18808
Pramod Raghavendra [Thu, 13 Sep 2007 05:47:29 +0000 (05:47 +0000)]
Updated kn translations
svn path=/trunk/; revision=18807
Pramod Raghavendra [Thu, 13 Sep 2007 05:42:59 +0000 (05:42 +0000)]
Updated kn translations
svn path=/trunk/; revision=18806
Matthias Clasen [Thu, 13 Sep 2007 05:21:42 +0000 (05:21 +0000)]
Fix a memory leak
svn path=/trunk/; revision=18805
Maxim V. Dziumanenko [Wed, 12 Sep 2007 18:37:59 +0000 (18:37 +0000)]
svn path=/trunk/; revision=18804
svn path=/trunk/; revision=18804
Emmanuele Bassi [Wed, 12 Sep 2007 18:00:30 +0000 (18:00 +0000)]
Use the "document-open-recent" icon for the the Recently Used shortcut in
2007-09-12 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (render_recent_icon): Use the
"document-open-recent" icon for the the Recently Used shortcut
in the file chooser. (#306445)
* gtk/Makefile.am:
* gtk/stock-icons/16/document-open-recent.png:
* gtk/stock-icons/16/document-open-recent.svg:
* gtk/stock-icons/24/document-open-recent.png:
* gtk/stock-icons/24/document-open-recent.svg: Add the
"document-open-recent" icon to the builtin theme we provide
as a fallback.
svn path=/trunk/; revision=18803
Kristian Rietveld [Wed, 12 Sep 2007 17:13:24 +0000 (17:13 +0000)]
Fixes #426246.
2007-09-12 Kristian Rietveld <kris@imendio.com>
Fixes #426246.
* gdk/gdk.symbols:
* gdk/gdkwindow.[ch]
(gdk_window_freeze_toplevel_updates_libgtk_only),
(gdk_window_thaw_toplevel_updates_libgtk_only): new functions
to freeze a toplevel window and all its descendants. To be made
public in 2.14,
(gdk_window_schedule_update): return if toplevel is frozen,
(gdk_window_process_all_updates): defer processing updates if toplevel
is frozen.
* gtk/gtkwindow.c (gtk_window_configure_event): directly size
allocate for override redirect windows, freeze toplevel and
descendants otherwise and wait until resizing is done.
svn path=/trunk/; revision=18802
Laurent Dhima [Wed, 12 Sep 2007 16:24:33 +0000 (16:24 +0000)]
Updated Albanian translation.
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=18801
Laurent Dhima [Wed, 12 Sep 2007 15:24:36 +0000 (15:24 +0000)]
Updated Albanian Translation.
* sq.po: Updated Albanian Translation.
svn path=/trunk/; revision=18800
Matthias Clasen [Wed, 12 Sep 2007 13:54:24 +0000 (13:54 +0000)]
Updates
svn path=/trunk/; revision=18799
Luca Ferretti [Wed, 12 Sep 2007 10:21:03 +0000 (10:21 +0000)]
Updated Italian translation.
2007-09-12 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18798
Daniel Nylander [Tue, 11 Sep 2007 22:11:55 +0000 (22:11 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=18797
Michael Natterer [Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)]
remove useless member "has_title" from the private struct and simply set
2007-09-11 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserbutton.c: remove useless member "has_title"
from the private struct and simply set the default title in
constructor() whenever we create a dialog or the supplied one has
no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
affirmative responses and document that accordingly. Fixes bug
#436576. Fixed all compiler warnings in the file.
svn path=/trunk/; revision=18796
Michael Natterer [Tue, 11 Sep 2007 17:38:12 +0000 (17:38 +0000)]
Make sure menu_shell->button gets reset to 0 when we bail out early here
2007-09-11 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenu.c (gtk_menu_button_release): Make sure
menu_shell->button gets reset to 0 when we bail out early here
instead of chaining up, so it is in a consistent state for the
next press/release in GtkMenuShell. Fixes bug #449371.
svn path=/trunk/; revision=18795
Jovan Naumovski [Tue, 11 Sep 2007 11:52:21 +0000 (11:52 +0000)]
2007-09-11 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18794
Hendrik Richter [Tue, 11 Sep 2007 10:03:56 +0000 (10:03 +0000)]
Updated German translation.
2007-09-11 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=18793
Jorge Gonzalez Gonzalez [Tue, 11 Sep 2007 08:22:34 +0000 (08:22 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=18792
Ankitkumar Rameshchandra Patel [Tue, 11 Sep 2007 07:36:41 +0000 (07:36 +0000)]
Udpated Gujarati Translations
svn path=/trunk/; revision=18791